home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk62 / pipe203 / makefile < prev    next >
Makefile  |  1995-03-19  |  418b  |  23 lines

  1.  
  2. CFLAGS= +BCDL +Icomp:include/symbols.m
  3.  
  4. SRC1 = pipe.c
  5. SRC2 = misc.c
  6. OBJ1 = vd0:pipe.o
  7. OBJ2 = vd0:misc.o
  8.  
  9. OBJS= $(OBJ1) $(OBJ2)
  10.  
  11. all: $(OBJS)
  12.     ln -W +Q $(OBJS) -lsup32 -lcl32 -O l:pipe-handler
  13.  
  14. $(OBJ1): $(SRC1)
  15.     cc $(CFLAGS) $(SRC1) -o $(OBJ1)
  16.  
  17. $(OBJ2): $(SRC2)
  18.     cc $(CFLAGS) $(SRC2) -o $(OBJ2)
  19.  
  20. arc:
  21.     -delete ram:pipe.arc
  22.     arc a ram:pipe README pipe.doc makefile mountlist pipe.c misc.c l:pipe-handler
  23.